crypto/tls.serverHelloMsg.encryptedClientHello (field)
12 uses
crypto/tls (current package)
handshake_client_tls13.go#L108: if hs.serverHello.encryptedClientHello != nil {
handshake_client_tls13.go#L121: echRetryConfigList = hs.serverHello.encryptedClientHello
handshake_client_tls13.go#L262: if hs.serverHello.encryptedClientHello != nil {
handshake_client_tls13.go#L263: if len(hs.serverHello.encryptedClientHello) != 8 {
handshake_client_tls13.go#L271: hrrHello = bytes.Replace(hrrHello, hs.serverHello.encryptedClientHello, make([]byte, 8), 1)
handshake_client_tls13.go#L279: if subtle.ConstantTimeCompare(acceptConfirmation, hs.serverHello.encryptedClientHello) == 1 {
handshake_client_tls13.go#L290: } else if hs.serverHello.encryptedClientHello != nil {
handshake_messages.go#L731: encryptedClientHello []byte
handshake_messages.go#L827: if len(m.encryptedClientHello) > 0 {
handshake_messages.go#L830: exts.AddBytes(m.encryptedClientHello)
handshake_messages.go#L970: m.encryptedClientHello = make([]byte, len(extData))
handshake_messages.go#L971: if !extData.CopyBytes(m.encryptedClientHello) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |